Get Deal
AutomatR.HubSpot.Activities.GetDeal
The "Get Deal" activity in AutomatR is part of the HubSpot activities package, designed to retrieve details for a sales deal from your HubSpot user's account. This activity streamlines the process of obtaining information about specific deals, enhancing the efficiency of automation workflows.
Properties
Name | Description |
---|---|
Input | |
Deal ID | Enter the deal ID to fetch the deal details. String variables containing the deal ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (Example: 5 seconds) to start the activity. |
Output | |
Result | Returns the response as a HubSpotDealResult. Variables of type HubSpotDealResult to store deal details. |
How to use:
- Drag and drop the "Get Deal" activity onto the workflow.
- Configure the properties by specifying the deal ID for which details need to be retrieved.
- Optionally, configure the delay.
- Execute the workflow to retrieve detailed information about the specified deal.
Example: Consider an example where the "Get Deal" activity is used to retrieve information about a deal with the ID "6789":
Get Deal:
Deal ID: "6789"
Result: dealDetails
In this example, the activity fetches detailed information about the deal with the ID "6789" from the HubSpot user account. The result is stored in the variable "dealDetails" for further handling in the workflow.